home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 3 / L'Effet Pommier - Volume 03.iso / Communication / HTMLedit173-ppc / HTML.edit 1.7.3 (ppc) / HTML.edit 1.7.3 (ppc).rsrc / TEXT_28053_Table menu.txt < prev    next >
Text File  |  1996-01-15  |  3KB  |  53 lines

  1.  
  2. Table Menu
  3.  
  4. Status of HTML Tables
  5. Please pardon the preliminary nature of this Help section -- it is still under construction. For more detailed information on HTML 3.0 tables, check the online documentation at
  6.  
  7.    http://www.w3.org/hypertext/WWW/MarkUp/html3/CoverPage.html
  8.  
  9. Please note that the HTML tables specification is a work in progress, currently under review, not a formal specification or standard.
  10.  
  11. Not all table attributes are supported in HTML.edit, as I have opted for a more conservative approach, awaiting a more formal status on the tables specification. Note that on September 12th, 1995, Dave Raggett released a new version of his tables specification for review by the IETF HTML working group. This included a richer set of attribute values than previous versions. It remains to be seen which will be supported by future browsers. Note that currently not all browsers support HTML tables, so I would recommend providing those users with an alternative presentation where possible.
  12.  
  13. For more information on the current set of available table options and attributes, check the available online documentation. Here's an example table showing some of the attributes available from the previous tables draft:
  14.  
  15. Example
  16.  
  17.  <TABLE BORDER=3>
  18.    <CAPTION>A test table with merged cells</CAPTION>
  19.    <TR><TH ROWSPAN=2><TH COLSPAN=2>Average
  20.        <TH ROWSPAN=2>other<BR>category<TH>Misc
  21.    <TR><TH>height<TH>weight
  22.    <TR><TH ALIGN=LEFT>males<TD>1.9<TD>0.003
  23.    <TR><TH ALIGN=LEFT ROWSPAN=2>females<TD>1.7<TD>0.002
  24.  </TABLE>
  25.  
  26. The Table menu contains:
  27.  
  28. New TableΓǪ
  29. Creates a new table at the current insertion point in the document. There are options for a table ID and border in the dialog box displayed. If the Border checkbox is checked, the width of the border framing the table may be specified in the text box. If no value is included, but the box is checked, a "BORDER" attribute will be added with no value (this defaults on most browsers to "1"). If no border is desired, either leave the checkbox unchecked, or specify "BORDER=0".
  30.  
  31. Caption
  32. Adds a table caption element (<CAPTION></CAPTION>) at the current insertion point.
  33.  
  34. Header
  35. Inserts a table header tag <TH> at the current insertion point.
  36.  
  37. Row
  38. Inserts a row tag <TR> at the current insertion point. Shortcut: Command-Y.
  39.  
  40. Cell
  41. Inserts a cell tag <TD> at the current insertion point. Shortcut: Command-D.
  42.  
  43. Import as TableΓǪ
  44. Displays a dialog box where you may select a text file. After selecting options for cell delimiter and how to treat the first row and column, the text file is imported and translated into an HTML table, and inserted into the document at the current insertion point. This command could be used to import tab-delimited text files directly as HTML tables.
  45.  
  46. Export as TableΓǪ
  47. Exports an HTML table (using the current text selection) to a text file, with table translation options for converting row and cell delimiters to tabs, spaces, etc.
  48.  
  49. Convert submenu Commands
  50. Including Convert Text to Table, Text to Rows, and Table to TextΓǪ
  51.  
  52. Back to Form menu, on to Heading menu, or return to Tool Palette Menus.
  53.